home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994…tember: Reference Library / Dev.CD Sep 94.toast / Periodicals / develop / develop Issue 6 / develop 6 code / TCP / NewsWatcher / NewsWatcher 2.0d15 source / source / mark.h < prev    next >
Encoding:
Text File  |  1993-06-06  |  441 b   |  9 lines  |  [TEXT/KAHL]

  1. Boolean FindParentCell (WindowPtr wind, short index, Cell *theCell);
  2. void AppendUnreadRange (long first, long last, TGroup *theGroup);
  3. void AdjustUnreadList (TGroup *theGroup);
  4. void UpdateUnreadList (WindowPtr wind);
  5. void MarkAllSubjects (WindowPtr wind, Boolean read);
  6. void MarkArticle (WindowPtr wind, Boolean read);
  7. void MarkThread (WindowPtr wind, short threadHeadIndex, Boolean read);
  8. void DoMarkCommand (WindowPtr wind, Boolean read);
  9.